POKE STRING
Writes a String value to a given memory address. the optional length parameter specifies the numbers of characters to write. If this value is 0 or omitted, the entire string is written.
ARGUMENTS:
* Memory Address = Address to read from
* Value = Value to write
optional:
* Length = The number of characters to write
SYNTAX
POKE STRING Memory Address,Value [,Length]
RELATED INFO
View Memory Access Index
View STYX Index
View STYX Main File
